devisualization.util.opengl.buffers

Undocumented in source.

Public Imports

devisualization.util.opengl.function_wrappers
public import devisualization.util.opengl.function_wrappers : BindBufferTargets, BufferUsages;
gl3n.linalg
public import gl3n.linalg : vec4, vec3, vec2, mat2, mat3, mat34, mat4;

Members

Aliases

IndexBuffer
alias IndexBuffer = Buffer!(BufferUsages.StaticDraw, BindBufferTargets.ElementArrayBuffer)
Undocumented in source.
StandardBuffer
alias StandardBuffer = Buffer!(BufferUsages.StaticDraw, BindBufferTargets.ArrayBuffer)
Undocumented in source.

Classes

Buffer
deprecated class Buffer(BufferUsages _usage, BindBufferTargets _type)
Undocumented in source.

Structs

IBuffer
deprecated struct IBuffer
Undocumented in source.

Meta